home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / amiutils / e_h / gifadpro / gifpluscomment.doc < prev    next >
Text File  |  1995-12-30  |  6KB  |  168 lines

  1. GIF_+_Comment 1.06
  2. ⌐ 1995 Felix C. Coronado
  3. ------------------------
  4. ARexx Pseudo-Loader for GIF files & GIF file comments
  5. For use with The Art Department Professional v2.5
  6.  
  7.                          ------------------------
  8.  
  9.  Copyright and Distribution
  10.  ==========================
  11.  GIF_+_Comment is copyright 1995 by Felix C. Coronado.  All rights reserved.
  12.  GIF_+_Comment is Freeware and it may be distributed only if:
  13.  
  14.  1. it is in its original unmodified form
  15.  2. it is accompanied by this documentation
  16.  3. nothing is charged for it, other than the cost of the media and nominal
  17.     duplication fees
  18.  
  19.   Any distribution of GIF_+_Comment that does not meet all of the above
  20.  requirements must have the prior written permission of the author (Felix C.
  21.  Coronado).
  22.  
  23.   Permission is granted to include GIF_+_Comment in Fred Fish's Amiga Disk
  24.  Library (including CD ROM versions of it) and the AmiNet CD ROMs.
  25.  
  26.                          ------------------------
  27.  
  28.  Disclaimer
  29.  ==========
  30.   This program (GIF_+_Comment) comes with no warranty, either expressed or
  31.  implied.  The author (Felix C. Coronado) is in no way responsible for any
  32.  damage, loss, or ill-effects directly or indirectly caused by the usage of
  33.  this program.
  34.  
  35.                          ------------------------
  36.  
  37.  What Does It Do?
  38.  ===============
  39.   GIF_+_Comment is an ARexx script for use with ADPro 2.5 that searches for
  40.  and displays any text comments contained in a GIF file, then loads the file
  41.  into ADPro's image buffer.
  42.  
  43.  NOTE: GIF_+_Comment will only search for comments in GIF89a files, as
  44.  this is the only type of GIF file that can contain comments.  If you use it
  45.  on a GIF87a file, the file will be loaded into ADPro's image buffer without
  46.  being searched for comments.
  47.  
  48.                          ------------------------
  49.  
  50.  Requirements
  51.  ============
  52.  1. ARexx
  53.  2. Art Department Professional version 2.5
  54.  3. ADPro GIF Loader
  55.  
  56.                          ------------------------
  57.  
  58.  Installation
  59.  ============
  60.  Copy GIF_+_Comment to your ADPro:Loaders2 directory or elsewhere.
  61.  
  62.                          ------------------------
  63.  
  64.  Using it
  65.  ========
  66.   Start GIF_+_Comment using the instructions for launching ARexx scripts in
  67.  your ADPro manual, or any other method you can think of.
  68.   Once it starts, you will see a file requester from which to pick a GIF file
  69.  to load.
  70.   If the file you pick is a GIF 89a file, a small window will open showing
  71.  the following:
  72.  
  73.      File: <the GIF file you selected>
  74.  
  75.      Searching for comments...
  76.  
  77.      Ctrl-d to stop
  78.  
  79.   GIF_+_Comment is now searching the selected file for comments.  If you
  80.  press Ctrl-d (the "Ctrl" key and the "d" key at the same time) while this
  81.  window is open, GIF_+_Comment will stop searching for comments and go on to
  82.  the rest of the script.  Pressing Ctrl-c while this window is open will 
  83.  abort the script.
  84.   If you stop the search before any comments are found, if no comments are
  85.  found, or if the file you selected was a GIF 87a file, GIF_+_Comment will
  86.  load the selected file into ADPro's image buffer.
  87.   If GIF_+_Comment is able to find comments, a large window will open
  88.  showing the following:
  89.  
  90.      File: <the GIF file you selected>
  91.  
  92.      Comment <number>: <Comment>
  93.  
  94.   After this window opens, GIF_+_Comment will load the selected file into
  95.  ADPro's image buffer.  The window will remain open until you click on its
  96.  close gadget.
  97.  
  98.                          ------------------------
  99.  
  100.  Contacting the Author
  101.  =====================
  102.   If you have any bug reports, questions, suggestions, comments, or gifts to
  103.  send me, I would be glad to hear from you.  I would particularly like to
  104.  hear from you if:
  105.  
  106.  1. You come across a GIF file that you know contains comments but
  107.    GIF_+_Comment does not display the comments.  If this occurs, I would
  108.    appreciate it if you sent me a copy of the file so that I could try to fix
  109.    the problem.
  110.  
  111.  2. You have any information relating to GIF file comments (programs that let
  112.    you add/edit them, etc.)
  113.  
  114. *****************************************
  115. *  I can be reached at:                 *
  116. *                                       *
  117. *   Felix Coronado                      *
  118. *   3966 Stanford Way                   *
  119. *   Livermore, CA 94550                 *
  120. *                                       *
  121. *  EMail:                               *
  122. *                                       *
  123. *   CompuServe: 75460,722               *
  124. *                                       *
  125. *   Internet: 75460.722@compuserve.com  *
  126. *****************************************
  127.  
  128.                          ------------------------
  129.  
  130.  Version History
  131.  ===============
  132.  1.06 May 21, 1995 - Minor improvements
  133.  ---------------------------------------------------------------------------
  134.  1.05 April 5, 1995 - GIF_+_Comment can now detect comments shorter than 255
  135.                       characters
  136.                     - GIF_+_Comment now displays only actual comment text
  137.                     - Multiple comments are now displayed separately
  138.                     - Other minor improvements
  139.  ---------------------------------------------------------------------------
  140.  1.04 April 2, 1995 - Minor improvements
  141.  ---------------------------------------------------------------------------
  142.  1.03 March 26, 1995 - First public release
  143.  ---------------------------------------------------------------------------
  144.  1.0 March 1, 1995
  145.  ---------------------------------------------------------------------------
  146.  
  147.                          ------------------------
  148.  
  149.  Other Stuff by Felix Coronado
  150.  =============================
  151.  Look for these other fine ARexx scripts/programs by Felix C. Coronado:
  152.  
  153.  Cataloger - ARexx script for The Art Department Professional v2.x or
  154.              MorphPlus.  Makes image catalogs containing thumbnails of
  155.              selected files.
  156.              Features include:
  157.              - Loads & saves most ADPro/MorphPlus file formats
  158.              - Many options, different combinations can be saved & loaded
  159.              - Files can be picked from requesters, FRED Sequence files, or
  160.                ASCII file lists
  161.  
  162.  JPEG_+_Comment - ARexx script that acts as a pseudo-Loader for The Art
  163.                   Department Professional v2.5.  Loads a JPEG file while
  164.                   displaying any text comments contained in the file.
  165.  
  166.  ShowComment.rexx - ARexx program that searches for and displays any text
  167.                     comments contained in a JPEG or GIF file.
  168.